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 su...@apache.org on 2003/06/27 14:37:43 UTC

cvs commit: xml-axis/c/src/server/samples/libinteropgroupb GroupBTests.h GroupBTests.cpp

susantha    2003/06/27 05:37:43

  Added:       c/src/server/samples/libinteropgroupb GroupBTests.h
                        GroupBTests.cpp
  Log:
  web services for interop testing
  
  Revision  Changes    Path
  1.1                  xml-axis/c/src/server/samples/libinteropgroupb/GroupBTests.h
  
  Index: GroupBTests.h
  ===================================================================
  // GroupBTests.h: interface for the GroupBTests class.
  //
  //////////////////////////////////////////////////////////////////////
  
  #if !defined(AFX_GROUPBTESTS_H__F3997173_DBF1_4184_AECD_035B8B731DAC__INCLUDED_)
  #define AFX_GROUPBTESTS_H__F3997173_DBF1_4184_AECD_035B8B731DAC__INCLUDED_
  
  #if _MSC_VER > 1000
  #pragma once
  #endif // _MSC_VER > 1000
  
  class GroupBTests  
  {
  public:
  	GroupBTests();
  	virtual ~GroupBTests();
  
  };
  
  #endif // !defined(AFX_GROUPBTESTS_H__F3997173_DBF1_4184_AECD_035B8B731DAC__INCLUDED_)
  
  
  
  1.1                  xml-axis/c/src/server/samples/libinteropgroupb/GroupBTests.cpp
  
  Index: GroupBTests.cpp
  ===================================================================
  // GroupBTests.cpp: implementation of the GroupBTests class.
  //
  //////////////////////////////////////////////////////////////////////
  
  #include "GroupBTests.h"
  
  //////////////////////////////////////////////////////////////////////
  // Construction/Destruction
  //////////////////////////////////////////////////////////////////////
  
  GroupBTests::GroupBTests()
  {
  
  }
  
  GroupBTests::~GroupBTests()
  {
  
  }