testexecmgmt/ucc/Source/Uccs.v2/HOWTO_AddService.txt
changeset 0 3da2a79470a7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testexecmgmt/ucc/Source/Uccs.v2/HOWTO_AddService.txt	Mon Mar 08 15:04:18 2010 +0800
@@ -0,0 +1,22 @@
+
+ -- Adding Services to the UCCS --
+
+1.	The rest assumes you have written some client class for the service. This client can have
+	any arbitrary interface.
+	
+2.	Create a subdirectory and put all your service files in there.
+
+3.	Add the rpcgen files, etc.
+
+4.	Check that everything compiles and that you don't need to add libraries, include paths, etc.
+
+5.	Create a new object to be the service interface object. This must inherit and implement
+	the IService interface.
+	
+6.	Implement this class -- use existing classes as a guide.
+
+7.	Add a new RPC Service ID.
+
+8.	Add to the service table.
+
+9.	Add startup / shutdown code to the service manager for this service. 
\ No newline at end of file