summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/server.h
authorandyq <andyq>2002-10-17 22:52:44 (UTC)
committer andyq <andyq>2002-10-17 22:52:44 (UTC)
commite38ea35a5bbfae58a9d4cb66cfdf557d606921cd (patch) (side-by-side diff)
tree4526e3e7a8540bbc81baa25c629bfda2f76e56bd /noncore/settings/aqpkg/server.h
parentb61a21e46590228b6c5800d168fc57789ce733f6 (diff)
downloadopie-e38ea35a5bbfae58a9d4cb66cfdf557d606921cd.zip
opie-e38ea35a5bbfae58a9d4cb66cfdf557d606921cd.tar.gz
opie-e38ea35a5bbfae58a9d4cb66cfdf557d606921cd.tar.bz2
Now sets the destination a package was installed to
Diffstat (limited to 'noncore/settings/aqpkg/server.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/server.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/settings/aqpkg/server.h b/noncore/settings/aqpkg/server.h
index 5f83f75..e9f434c 100644
--- a/noncore/settings/aqpkg/server.h
+++ b/noncore/settings/aqpkg/server.h
@@ -34,13 +34,13 @@ public:
~Server();
void cleanUp();
void readStatusFile( vector<Destination> &v );
void readLocalIpks( Server *local );
- void readPackageFile( Server *local = 0, bool clearAll = true, bool installedToRoot= false );
+ void readPackageFile( Server *local = 0, bool clearAll = true, bool installedToRoot= false, Destination *dest = 0 );
void buildLocalPackages( Server *local );
Package *getPackage( const char *name );
Package *getPackage( QString &name );
QString toString();
vector<Package> &getPackageList();
bool isServerActive() { return active; }
@@ -56,11 +56,10 @@ protected:
private:
QString serverName;
QString serverUrl;
QString packageFile;
bool active;
-
vector<Package> packageList;
};
#endif