mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024750: Replace instantiations of TCollection generic classes by NCollection templates -- manual changes
Forward declaration of TCollection instances as classes are replaced by inclusion of corresponding header. Cyclic dependencies between declaration of collection class and its item are resolved by forward declaring a class in collection header.
This commit is contained in:
@@ -36,20 +36,9 @@ class Storage_StreamFormatError;
|
||||
class Storage_StreamWriteError;
|
||||
class Storage_StreamExtCharParityError;
|
||||
|
||||
class TColStd_SequenceOfExtendedString;
|
||||
#include <TColStd_SequenceOfExtendedString.hxx>
|
||||
|
||||
#ifndef Standard_EXPORT
|
||||
#ifdef WNT
|
||||
#define Standard_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define Standard_EXPORT
|
||||
#endif
|
||||
#endif
|
||||
#ifdef WNT
|
||||
#pragma warning (disable : 4275)
|
||||
#endif
|
||||
|
||||
class Standard_EXPORT DDF_IOStream : public Storage_BaseDriver {
|
||||
class DDF_IOStream : public Storage_BaseDriver {
|
||||
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user