diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-14 18:50:53 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-14 18:50:53 +0000 |
commit | 14fd1e7eddebed74c04c94f0e583e6bc63fa9bbf (patch) | |
tree | 880aaa31f2795aa4f716453c2ef495e0f080a70e /java/tests/ServiceConfigurator/TestService.java | |
parent | 308424533b37cc4dc3b7fb7b9b006d206001fe08 (diff) | |
download | ATCD-0_8_3.tar.gz |
This commit was manufactured by cvs2svn to create tag 'v0_8_3'.v0_8_3
Diffstat (limited to 'java/tests/ServiceConfigurator/TestService.java')
-rw-r--r-- | java/tests/ServiceConfigurator/TestService.java | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/java/tests/ServiceConfigurator/TestService.java b/java/tests/ServiceConfigurator/TestService.java deleted file mode 100644 index 66eb04619c5..00000000000 --- a/java/tests/ServiceConfigurator/TestService.java +++ /dev/null @@ -1,30 +0,0 @@ -/************************************************* - * - * = PACKAGE - * tests.ServiceConfigurator - * - * = FILENAME - * TestService.java - * - *@author Prashant Jain - * - *************************************************/ -package tests.ServiceConfigurator; - -import JACE.ServiceConfigurator.*; -import JACE.OS.*; - -public class TestService extends ServiceObject -{ - public int init (String [] args) - { - ACE.DEBUG ("In Test_Service::init() with arguments: " + - args[0] + args[1]); - - //ACE.DEBUG ("In new Test_Service::init() with arguments: " + - // args[0] + args[1]); - return 0; - } - -} - |