ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/device-cygwin.C
(Generate patch)

Comparing gvpe/src/device-cygwin.C (file contents):
Revision 1.9 by pcg, Thu Mar 3 16:54:34 2005 UTC vs.
Revision 1.10 by pcg, Wed Mar 23 21:55:39 2005 UTC

122tap_device::info () 122tap_device::info ()
123{ 123{
124 return _("cygwin cipe/openvpn tap device"); 124 return _("cygwin cipe/openvpn tap device");
125} 125}
126 126
127const char *
128tap_device::if_up ()
129{
130 return "";
131}
132
127tap_device::tap_device () 133tap_device::tap_device ()
128{ 134{
129 HKEY key, key2; 135 HKEY key, key2;
130 int i; 136 int i;
131 137

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines