diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-03-14 20:30:47 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-03-14 20:30:47 +0000 |
commit | 4ca67adadec2ac177000de98fed0cd15694edc9c (patch) | |
tree | 2876cfa161426dd77da6091e3c67ae665a6ffcc5 /TAO/orbsvcs/tests/ImplRepo/NameService/Makefile | |
parent | 1883bfa6ff7587917cc22fcac4494c458aecb93f (diff) | |
download | ATCD-4ca67adadec2ac177000de98fed0cd15694edc9c.tar.gz |
ObjectIDList -> ObjectIdListC
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/NameService/Makefile')
-rw-r--r-- | TAO/orbsvcs/tests/ImplRepo/NameService/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/NameService/Makefile b/TAO/orbsvcs/tests/ImplRepo/NameService/Makefile index d53a283550f..b347f441caa 100644 --- a/TAO/orbsvcs/tests/ImplRepo/NameService/Makefile +++ b/TAO/orbsvcs/tests/ImplRepo/NameService/Makefile @@ -224,8 +224,8 @@ realclean: clean $(TAO_ROOT)/tao/WrongTransactionC.i \ $(TAO_ROOT)/tao/Object_KeyC.h \ $(TAO_ROOT)/tao/Object_KeyC.i \ - $(TAO_ROOT)/tao/ObjectIDList.h \ - $(TAO_ROOT)/tao/ObjectIDList.i \ + $(TAO_ROOT)/tao/ObjectIdListC.h \ + $(TAO_ROOT)/tao/ObjectIdListC.i \ $(TAO_ROOT)/tao/StringSeqC.h \ $(TAO_ROOT)/tao/StringSeqC.i \ $(TAO_ROOT)/tao/PortableInterceptorC.h \ |