mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
3.1 KiB

  1. diff -ruN tse3-0.2.7/src/tse3/app/Application.h tse3-0.2.7-new/src/tse3/app/Application.h
  2. --- tse3-0.2.7/src/tse3/app/Application.h 2002-07-28 17:17:09.000000000 +0200
  3. +++ tse3-0.2.7-new/src/tse3/app/Application.h 2004-06-15 15:25:18.808754168 +0200
  4. @@ -35,12 +35,12 @@
  5. namespace Cmd
  6. {
  7. class CommandHistory;
  8. - };
  9. + }
  10. namespace Ins
  11. {
  12. class Destination;
  13. - };
  14. + }
  15. /**
  16. * The App namespace contains classes that use the @ref TSE3
  17. diff -ruN tse3-0.2.7/src/tse3/app/Record.h tse3-0.2.7-new/src/tse3/app/Record.h
  18. --- tse3-0.2.7/src/tse3/app/Record.h 2002-07-28 17:17:09.000000000 +0200
  19. +++ tse3-0.2.7-new/src/tse3/app/Record.h 2004-06-15 15:27:10.691745368 +0200
  20. @@ -36,7 +36,7 @@
  21. namespace Cmd
  22. {
  23. class CommandHistory;
  24. - };
  25. + }
  26. namespace App
  27. {
  28. diff -ruN tse3-0.2.7/src/tse3/Midi.h tse3-0.2.7-new/src/tse3/Midi.h
  29. --- tse3-0.2.7/src/tse3/Midi.h 2002-07-28 17:17:07.000000000 +0200
  30. +++ tse3-0.2.7-new/src/tse3/Midi.h 2004-06-15 15:14:33.921791888 +0200
  31. @@ -819,6 +819,6 @@
  32. const MidiEvent &e1;
  33. };
  34. };
  35. -};
  36. +}
  37. #endif
  38. diff -ruN tse3-0.2.7/src/tse3/Mutex.h tse3-0.2.7-new/src/tse3/Mutex.h
  39. --- tse3-0.2.7/src/tse3/Mutex.h 2002-07-28 17:17:08.000000000 +0200
  40. +++ tse3-0.2.7-new/src/tse3/Mutex.h 2004-06-15 15:28:52.521264928 +0200
  41. @@ -315,7 +315,7 @@
  42. #endif
  43. }
  44. };
  45. - };
  46. + }
  47. }
  48. #endif
  49. diff -ruN tse3-0.2.7/src/tse3/Notifier.h tse3-0.2.7-new/src/tse3/Notifier.h
  50. --- tse3-0.2.7/src/tse3/Notifier.h 2002-08-20 16:59:15.000000000 +0200
  51. +++ tse3-0.2.7-new/src/tse3/Notifier.h 2004-06-15 15:17:15.756189320 +0200
  52. @@ -290,7 +290,7 @@
  53. const p4_type &p4; // (*)
  54. };
  55. - };
  56. + }
  57. /**************************************************************************
  58. * Public Notifier framework API
  59. @@ -367,7 +367,7 @@
  60. */
  61. typedef Listener<interface_type> listener_type;
  62. - friend class listener_type;
  63. + friend class Listener<interface_type>;
  64. protected:
  65. @@ -602,7 +602,7 @@
  66. if (notifiers.erase(notifier)) notifier->detach(this);
  67. }
  68. - friend class notifier_type;
  69. + friend class Notifier<interface_type>;
  70. protected:
  71. diff -ruN tse3-0.2.7/src/tse3/plt/Arts.cpp tse3-0.2.7-new/src/tse3/plt/Arts.cpp
  72. --- tse3-0.2.7/src/tse3/plt/Arts.cpp 2002-10-22 15:16:45.000000000 +0200
  73. +++ tse3-0.2.7-new/src/tse3/plt/Arts.cpp 2004-06-15 15:21:15.540736528 +0200
  74. @@ -74,7 +74,7 @@
  75. ArtsCommon *artsCommon = 0;
  76. int artsCommonInit = 0;
  77. -};
  78. +}
  79. ArtsMidiScheduler::ArtsMidiScheduler()
  80. diff -ruN tse3-0.2.7/src/tse3/util/MulDiv.h tse3-0.2.7-new/src/tse3/util/MulDiv.h
  81. --- tse3-0.2.7/src/tse3/util/MulDiv.h 2002-07-28 17:17:13.000000000 +0200
  82. +++ tse3-0.2.7-new/src/tse3/util/MulDiv.h 2004-06-15 15:18:59.332443336 +0200
  83. @@ -34,7 +34,7 @@
  84. * @return val * num / div (which coped with integer overflows)
  85. */
  86. extern int muldiv(int val, int num, int div);
  87. - };
  88. + }
  89. }
  90. #endif