Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

INamespace.hpp

00001 /*
00002  *   Copyright 2003-2004 The Apache Software Foundation.
00003 // (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved
00004  *
00005  *   Licensed under the Apache License, Version 2.0 (the "License");
00006  *   you may not use this file except in compliance with the License.
00007  *   You may obtain a copy of the License at
00008  *
00009  *       http://www.apache.org/licenses/LICENSE-2.0
00010  *
00011  *   Unless required by applicable law or agreed to in writing, software
00012  *   distributed under the License is distributed on an "AS IS" BASIS,
00013  *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00014  *   See the License for the specific language governing permissions and
00015  *   limitations under the License.
00016  */
00017 
00032 #if !defined(AFX_INAMESPACE_H__A4213FD6_AA6B_41BF_A72E_735167A02C69__INCLUDED_)
00033 #define AFX_INAMESPACE_H__A4213FD6_AA6B_41BF_A72E_735167A02C69__INCLUDED_
00034 
00035 #if _MSC_VER > 1000
00036 #pragma once
00037 #endif // _MSC_VER > 1000
00038 
00039 AXIS_CPP_NAMESPACE_START
00040 
00041 class INamespace  
00042 {
00043 public:
00049         virtual const AxisChar* getPrefix()=0;
00050    
00056         virtual const AxisChar* getURI()=0;
00057 
00065         virtual int setURI(const AxisChar* achURI)=0;
00072         virtual int setPrefix(const AxisChar* achPrefix)=0;
00073         virtual ~INamespace() {};
00074 
00075 };
00076 
00077 AXIS_CPP_NAMESPACE_END
00078 
00079 #endif // !defined(AFX_INAMESPACE_H__A4213FD6_AA6B_41BF_A72E_735167A02C69__INCLUDED_)

Generated on Tue May 17 02:30:31 2005 for AxisC++ by doxygen1.2.18