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

quota.h

Go to the documentation of this file.
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 Wed Mar 1 00:37:55 2006 for COMMON API - configuration, jobid, ldif2classadi, logger, process, requestad, socket++i, task, utilities by doxygen 1.3.5