summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Config_Handlers/toplevel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/Config_Handlers/toplevel.hpp')
-rw-r--r--TAO/CIAO/DAnCE/Config_Handlers/toplevel.hpp87
1 files changed, 0 insertions, 87 deletions
diff --git a/TAO/CIAO/DAnCE/Config_Handlers/toplevel.hpp b/TAO/CIAO/DAnCE/Config_Handlers/toplevel.hpp
deleted file mode 100644
index 34513f52d07..00000000000
--- a/TAO/CIAO/DAnCE/Config_Handlers/toplevel.hpp
+++ /dev/null
@@ -1,87 +0,0 @@
-/* $Id$
- * This code was generated by the XML Schema Compiler.
- *
- * Changes made to this code will most likely be overwritten
- * when the handlers are recompiled.
- *
- * If you find errors or feel that there are bugfixes to be made,
- * please contact the current XSC maintainer:
- * Will Otte <wotte@dre.vanderbilt.edu>
- */
-
-
-// Fixes the VC6 warning 4786.
-#include "vc6-4786.h"
-
-// Fix for Borland compilers, which seem to have a broken
-// <string> include.
-#ifdef __BORLANDC__
-# include <string.h>
-#endif
-
-#include "Config_Handlers_Export.h"
-#ifndef TOPLEVEL_HPP
-#define TOPLEVEL_HPP
-
-// Forward declarations.
-//
-namespace CIAO
-{
- namespace Config_Handlers
- {
- class TopLevelPackageDescription;
- }
-}
-
-#include <memory>
-#include <vector>
-#include "XMLSchema/Types.hpp"
-
-#include "pcd.hpp"
-
-namespace CIAO
-{
- namespace Config_Handlers
- {
- class Config_Handlers_Export TopLevelPackageDescription : public ::XSCRT::Type
- {
- //@@ VC6 anathema
- typedef ::XSCRT::Type Base__;
-
- // package
- //
- public:
- typedef ::std::vector< ::CIAO::Config_Handlers::PackageConfiguration >::iterator package_iterator;
- typedef ::std::vector< ::CIAO::Config_Handlers::PackageConfiguration >::const_iterator package_const_iterator;
- package_iterator begin_package ();
- package_iterator end_package ();
- package_const_iterator begin_package () const;
- package_const_iterator end_package () const;
- void add_package (::CIAO::Config_Handlers::PackageConfiguration const& );
-
- protected:
- ::std::vector< ::CIAO::Config_Handlers::PackageConfiguration > package_;
-
- public:
- TopLevelPackageDescription ();
-
- TopLevelPackageDescription (::XSCRT::XML::Element< ACE_TCHAR > const&);
- TopLevelPackageDescription (TopLevelPackageDescription const& s);
-
- TopLevelPackageDescription&
- operator= (TopLevelPackageDescription const& s);
-
- private:
- char regulator__;
- };
- }
-}
-
-namespace CIAO
-{
- namespace Config_Handlers
- {
- }
-}
-
-#endif // TOPLEVEL_HPP