Renamed the private virtual slots back to their original (R5) names. We would break binary compatibility otherwise, or at least had to do some additional work to maintain nevertheless.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2683 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-02-11 18:17:25 +00:00
parent 0d831b179f
commit 7c44680a36
14 changed files with 80 additions and 80 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ public:
BMessenger Messenger() const;
private:
virtual void _ReservedVolumeRoster1();
virtual void _ReservedVolumeRoster2();
virtual void _SeveredVRoster1();
virtual void _SeveredVRoster2();
int32 fCookie;
BMessenger *fTarget;