summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-10-31 07:25:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-10-31 07:25:22 +0000
commit5aed49fa9b5cb4aff2861031425d6a553ed02ee3 (patch)
treedf7951b4a06c3f7849c25ebc7c84cdc6d0f16101
parent6b09153dfa3fcf8ad79efa9ced1abef46485d9ff (diff)
downloadATCD-5aed49fa9b5cb4aff2861031425d6a553ed02ee3.tar.gz
ChangeLogTag: Fri Oct 31 06:25:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/Valuetype/AbstractBase_Invocation_Adapter.h6
-rw-r--r--TAO/tao/Valuetype/Makefile.bor1
2 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/Valuetype/AbstractBase_Invocation_Adapter.h b/TAO/tao/Valuetype/AbstractBase_Invocation_Adapter.h
index 20931323982..82e27d51e29 100644
--- a/TAO/tao/Valuetype/AbstractBase_Invocation_Adapter.h
+++ b/TAO/tao/Valuetype/AbstractBase_Invocation_Adapter.h
@@ -39,7 +39,7 @@ namespace TAO
*
*
*/
- class TAO_Valuetype_Export AbstractBase_Invocation_Adapter
+ class TAO_Valuetype_Export AbstractBase_Invocation_Adapter
: public Invocation_Adapter
{
public:
@@ -55,10 +55,10 @@ namespace TAO
private:
/// Dont allow default initializations
- ACE_UNIMPLEMENTED_FUNC (AbstractBase_Invocation_Adapter (void));
+ ACE_UNIMPLEMENTED_FUNC (AbstractBase_Invocation_Adapter (void))
ACE_UNIMPLEMENTED_FUNC (AbstractBase_Invocation_Adapter & operator= (
- const AbstractBase_Invocation_Adapter &));
+ const AbstractBase_Invocation_Adapter &))
};
} // End namespace TAO
diff --git a/TAO/tao/Valuetype/Makefile.bor b/TAO/tao/Valuetype/Makefile.bor
index 44bc116399c..f0f720c0f64 100644
--- a/TAO/tao/Valuetype/Makefile.bor
+++ b/TAO/tao/Valuetype/Makefile.bor
@@ -10,6 +10,7 @@ OBJFILES = \
$(OBJDIR)\ValueFactory.obj \
$(OBJDIR)\ValueFactory_Map.obj \
$(OBJDIR)\Valuetype_Adapter_Impl.obj \
+ $(OBJDIR)\AbstractBase_Invocation_Adapter.obj \
$(OBJDIR)\Seq_Tmplinst.obj
RESOURCE = $(OBJDIR)\TAO_Valuetype.res