Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=88f2c93b6df4a35e931b9286188a91fbd68fa240

commit 88f2c93b6df4a35e931b9286188a91fbd68fa240
Author: James Buren <r...@frugalware.org>
Date:   Thu Jun 4 17:21:00 2009 -0500

pm.hh
* update

diff --git a/pm.hh b/pm.hh
index 2a1e86d..a0b613c 100644
--- a/pm.hh
+++ b/pm.hh
@@ -6,5 +6,15 @@ namespace PM
{
bool initialize(const std::string &root);
bool release();
+       class Shared
+       {
+               Shared();
+               int status();
+               std::string statusString();
+               void printStatus();
+               protected:
+                       int en;
+                       void setStatus();
+       };
}
#endif
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to