Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

vpnedit.cpp

Go to the documentation of this file.
00001 #include <GUIUtils.h>
00002 #include "vpnedit.h"
00003 
00004 
00005 VPNEdit::VPNEdit( QWidget * Parent ) : VPNGUI( Parent ){
00006 
00007 }
00008 
00009 QString VPNEdit::acceptable( void ) {
00010     return QString();
00011 }
00012 
00013 void VPNEdit::showData( VPNData & Data ) {
00014 }
00015 
00016 bool VPNEdit::commit( VPNData & Data ) {
00017     return 0;
00018 }

Generated on Sat Nov 5 16:17:56 2005 for OPIE by  doxygen 1.4.2