head	1.1;
branch	1.1.1;
access;
symbols
	ver0_1:1.1.1.1
	release_0_1:1.1.1;
locks; strict;
comment	@// @;


1.1
date	2002.09.05.11.31.43;	author zhong;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.09.05.11.31.43;	author zhong;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@// scSWP.cpp: implementation of the scSWP class.
//
//////////////////////////////////////////////////////////////////////

#include "scSWP.h"

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

scSWP::scSWP(uint32_t)
{

}

scSWP::~scSWP()
{

}
const char* scSWP::kind_string="SWP";
const char* scSWP::kind(){
  return kind_string;
}

uint32_t scSWP::A()
{
  return 0;
}
@


1.1.1.1
log
@v0_1
@
text
@@
