RecordId.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #ifndef ZYPP_DATA_RECORDID_H
00013 #define ZYPP_DATA_RECORDID_H
00014 
00015 #include "zypp/base/DefaultIntegral.h"
00016 
00017 namespace zypp
00018 {
00019   namespace data
00020   {
00022     typedef DefaultIntegral<long long, -1> RecordId;
00024     static const RecordId noRecordId;
00025   }
00026 }
00027 
00028 #endif

Generated on Tue Sep 25 19:23:00 2007 for libzypp by  doxygen 1.5.3