Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

quota.h

00001 #ifndef EDG_WORKLOAD_COMMON_UTILITIES_QUOTA_H
00002 #define EDG_WORKLOAD_COMMON_UTILITIES_QUOTA_H
00003 
00004 #include <string>
00005 
00006 namespace edg {
00007 namespace workload {
00008 namespace common {
00009 namespace utilities {
00010 namespace quota {
00011 
00012   extern std::pair<long, long> getFreeQuota(const std::string&);
00013   extern std::pair<long, long> getQuota(const std::string&);
00014 
00015   extern uid_t user2uid(const char *name);
00016 
00017 } // namespace quota
00018 } // namespace utilities
00019 } // namespace common
00020 } // namespace workload
00021 } // edg
00022 
00023 // Local Variables:
00024 // mode: c++
00025 // End:
00026 // 
00027 
00028 #endif /* EDG_WORKLOAD_COMMON_UTILITIES_QUOTA_H */

Generated on Fri May 14 14:18:26 2004 for COMMON API - configuration, jobid, ldif2classadi, logger, process, requestad, socket++i, task, utilities by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002