ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Spectre/Mounter.cpp
(Generate patch)

Comparing trunk/Spectre/Mounter.cpp (file contents):
Revision 176 by douglas, 2003-07-05T17:36:35-07:00 vs.
Revision 177 by douglas, 2003-07-05T18:09:20-07:00

# Line 48 | Line 48 | void Mounter::mount()
48   void Mounter::samba()
49   {
50          string path = config.root + "/" + host;
51        
51          DIR* dir = opendir(path.c_str());
53
52          dirent* file;
53          
54          while ((file = readdir(dir)) != NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines