Autodesk FDO Data Management Utility .NET API Reference

Autodesk FDO User Management Utility API

.NET API Reference Autodesk FDO Data Management Utility

Namespace.h

Go to the documentation of this file.
00001  //
00002  // Copyright (C) 2004-2006  Autodesk, Inc.
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 // stdafx.h : include file for standard system include files,
00018 // or project specific include files that are used frequently,
00019 // but are changed infrequently
00020 
00021 #pragma once
00022 
00023 //---------------------------------------------------------------
00024 // Namespace declaration
00025 //---------------------------------------------------------------
00026 // Autodesk::Fdo
00027 #define BEGIN_NAMESPACE_AUTODESK_FDO namespace Autodesk { namespace Fdo {
00028 #define END_NAMESPACE_AUTODESK_FDO }}
00029 
00030 // Autodesk::Fdo::Fdo
00031 #define BEGIN_NAMESPACE_AUTODESK_FDO_FDO BEGIN_NAMESPACE_AUTODESK_FDO namespace Fdo {
00032 #define END_NAMESPACE_AUTODESK_FDO_FDO }}}
00033 
00034 // Utilities
00035 #define BEGIN_NAMESPACE_AUTODESK_FDO_FDO_UTILITIES BEGIN_NAMESPACE_AUTODESK_FDO_FDO namespace Utilities {
00036 #define END_NAMESPACE_AUTODESK_FDO_FDO_UTILITIES }}}}
00037 
00038 // User Manager
00039 #define BEGIN_NAMESPACE_AUTODESK_FDO_FDO_UTILITIES_USERMGR BEGIN_NAMESPACE_AUTODESK_FDO_FDO_UTILITIES namespace UserMgr {
00040 #define END_NAMESPACE_AUTODESK_FDO_FDO_UTILITIES_USERMGR }}}}}
00041 
00042 //-------------------------------------------------------------------
00043 // Namespace abbrevative
00044 //-------------------------------------------------------------------
00045 // Autodesk::Fdo
00046 #define NAMESPACE_AUTODESK_FDO_FDO Autodesk::Fdo::Fdo
00047 
00048 #define NAMESPACE_AUTODESK_FDO_FDO_PROVIDERS NAMESPACE_AUTODESK_FDO_FDO::Providers
00049 
00050 // Utilities
00051 #define NAMESPACE_AUTODESK_FDO_FDO_UTILITIES NAMESPACE_AUTODESK_FDO_FDO::Utilities
00052 #define NAMESPACE_AUTODESK_FDO_FDO_UTILITIES_USERMGR NAMESPACE_AUTODESK_FDO_FDO_UTILITIES::UserMgr

Comments?