Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields  

Network.h

00001 /*
00002  * $Id: Network.h,v 1.1 2003/07/01 03:26:41 mindstorm2600 Exp $
00003  */
00004 #ifndef __CLAW_NETWORK_INTERFACE_H__
00005 #define __CLAW_NETWORK_INTERFACE_H__
00006 #include<System.h>
00007 
00008 namespace clawsoft{
00012         class Network:public System{
00013                 public: 
00014                         Network();
00015         };
00016 };
00017 
00018 #endif

Authors:

Juan V. Guerrero
Jannette C. Mejia
Juan C. Guevara

Powered by:

SourceForgeLogo