• Main Page
  • Classes
  • Files

FdoKgOraClassCollection.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (C) 2006  SL-King d.o.o
00003 * 
00004 * This library is free software; you can redistribute it and/or
00005 * modify it under the terms of version 2.1 of the GNU Lesser
00006 * General Public License as published by the Free Software Foundation.
00007 * 
00008 * This library is distributed in the hope that it will be useful,
00009 * but WITHOUT ANY WARRANTY; without even the implied warranty of
00010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00011 * Lesser General Public License for more details.
00012 * 
00013 * You should have received a copy of the GNU Lesser General Public
00014 * License along with this library; if not, write to the Free Software
00015 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00016  */
00017 #ifndef FDOKGORACLASSCOLLECTION_H
00018 #define FDOKGORACLASSCOLLECTION_H
00019 
00020 #ifdef _WIN32
00021 #pragma once
00022 #endif //_WIN32
00023 
00024 #include <KingOracle/Override/FdoKgOraClassDefinition.h>
00025 
00026 class FdoKgOraClassCollection : public FdoPhysicalElementMappingCollection<FdoKgOraClassDefinition>
00027 {
00028 public:
00029     FDOKGORA_API static FdoKgOraClassCollection* Create();
00030     FDOKGORA_API static FdoKgOraClassCollection* Create(FdoPhysicalElementMapping *Parent);
00031 
00032 protected:
00033     FdoKgOraClassCollection();
00034     FdoKgOraClassCollection(FdoPhysicalElementMapping *Parent);
00035     virtual ~FdoKgOraClassCollection(void);
00036     virtual void Dispose();
00037 };
00038 
00039 typedef FdoPtr<FdoKgOraClassCollection> FdoKgOraClassCollectionP;
00040 
00041 #endif // FDOKGORACLASSCOLLECTION_H
00042 
00043 
Please send us your comment about this page