mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
class BinMDF_ADriverTable;
|
||||
class Message_Messenger;
|
||||
|
||||
|
||||
//! This package provides classes and methods to
|
||||
//! translate a transient DF into a persistent one and
|
||||
//! vice versa.
|
||||
@@ -49,32 +48,6 @@ public:
|
||||
|
||||
//! Adds the attribute storage drivers to <aDriverTable>.
|
||||
Standard_EXPORT static void AddDrivers (const Handle(BinMDF_ADriverTable)& aDriverTable, const Handle(Message_Messenger)& aMsgDrv);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BinMDF_ADriver;
|
||||
friend class BinMDF_ReferenceDriver;
|
||||
friend class BinMDF_TagSourceDriver;
|
||||
friend class BinMDF_ADriverTable;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BinMDF_HeaderFile
|
||||
|
Reference in New Issue
Block a user