diff options
| author | daleharvey <daleharvey@users.sourceforge.net> | 2006-06-24 01:37:00 +0000 |
|---|---|---|
| committer | daleharvey <daleharvey@users.sourceforge.net> | 2006-06-24 01:37:00 +0000 |
| commit | 5893e0c1d3c1c8935f8e1975619c1f4e8f08a969 (patch) | |
| tree | 8fd4a749c522d4cbc3b5a563f37fbe17ac672c75 /src/pedro/work/filerec.cpp | |
| parent | Add missing tutorial, update. (diff) | |
| download | inkscape-5893e0c1d3c1c8935f8e1975619c1f4e8f08a969.tar.gz inkscape-5893e0c1d3c1c8935f8e1975619c1f4e8f08a969.zip | |
small changes to allow compilation on windows
(bzr r1272)
Diffstat (limited to 'src/pedro/work/filerec.cpp')
| -rw-r--r-- | src/pedro/work/filerec.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pedro/work/filerec.cpp b/src/pedro/work/filerec.cpp index 9fc8b8647..01d9b6bd8 100644 --- a/src/pedro/work/filerec.cpp +++ b/src/pedro/work/filerec.cpp @@ -102,7 +102,8 @@ bool doTest() } printf("#####GOT A FILE\n"); - +/* +TODO: Just Commented out to compile if (!client.fileReceive(listener.from, listener.iqId, listener.streamId, @@ -112,7 +113,7 @@ bool doTest() { return false; } - +*/ client.pause(1000000); client.disconnect(); |
