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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user