You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ro...@apache.org on 2003/10/23 09:08:16 UTC

cvs commit: ws-axis/c/include/axis/wsdd WSDDDeployment.h

roshan      2003/10/23 00:08:16

  Modified:    c/include/axis/wsdd WSDDDeployment.h
  Log:
  changed method signature
  
  Revision  Changes    Path
  1.3       +4 -3      ws-axis/c/include/axis/wsdd/WSDDDeployment.h
  
  Index: WSDDDeployment.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/include/axis/wsdd/WSDDDeployment.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- WSDDDeployment.h	22 Oct 2003 11:38:14 -0000	1.2
  +++ WSDDDeployment.h	23 Oct 2003 07:08:16 -0000	1.3
  @@ -84,10 +84,10 @@
   {
   	friend class WSDDDocument;
   public:
  -	int deploy(const AxisChar* sWSDDNew, string sServiceName, string sDllPath, Axis_ArrayTag inArray);
  -	int unDeploy(const AxisChar* sWSDDNew, string sServiceName);
  +	int deploy(string sServiceName, string sDllPath, Axis_ArrayTag inArray);
  +	int unDeploy(string sServiceName);
   	int LoadWSDD(const AxisChar* sWSDD);
  -	int UpdateWSDD(const AxisChar* sWSDDNew, string sServiceName, string sDllPath, Axis_ArrayTag inArray);
  +	int UpdateWSDD();
   	const AxisChar* GetLibName(int nLibId);
   	const WSDDService* GetService(const AxisChar* sServiceName);
   	const WSDDHandlerList* GetGlobalRequestFlowHandlers();
  @@ -110,6 +110,7 @@
   	WSDDTransport* m_pTransportHandlers;
   	map<AxisString, int>* m_pLibNameIdMap;
   	AxisString m_sAux;
  +	string m_sWSDDPath;
   };
   
   #endif // !defined(AFX_WSDDDEPLOYMENT_H__2B3E0205_06F3_47C1_8D9C_479CBFB8ACC2__INCLUDED_)