diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-04-03 22:33:12 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-04-03 22:33:12 +0000 |
commit | b65a07fe973530ed260af64d99eeca7cfdc0ab88 (patch) | |
tree | 4628c8653756e410cacac0410c9bc7710f1bd1b5 /TAO/orbsvcs/Naming_Service | |
parent | 3dba25bc7710ad108bb66adcea52088005ec7685 (diff) | |
download | ATCD-b65a07fe973530ed260af64d99eeca7cfdc0ab88.tar.gz |
ChangeLogTag:Tue Apr 03 13:45:02 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/Naming_Service')
-rw-r--r-- | TAO/orbsvcs/Naming_Service/Naming_Service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Naming_Service/Naming_Service.h b/TAO/orbsvcs/Naming_Service/Naming_Service.h index b69ad9c45f3..0d0fc4576ec 100644 --- a/TAO/orbsvcs/Naming_Service/Naming_Service.h +++ b/TAO/orbsvcs/Naming_Service/Naming_Service.h @@ -39,13 +39,13 @@ public: TAO_Naming_Service (int argc, char *argv[]); // Constructor taking the command-line arguments. - int init (int argc, char *argv[]); + virtual int init (int argc, char *argv[]); // Initialize the Naming Service with the arguments. int run (CORBA_Environment& ACE_TRY_ENV); // Run the TAO_Naming_Service. - ~TAO_Naming_Service (void); + virtual ~TAO_Naming_Service (void); // Destructor. protected: |