Atom.cc

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #include "zypp/Atom.h"
00013 
00014 using namespace std;
00015 
00017 namespace zypp
00018 { 
00019 
00021   //
00022   //    METHOD NAME : Atom::Atom
00023   //    METHOD TYPE : Ctor
00024   //
00025   Atom::Atom( const NVRAD & nvrad_r )
00026   : ResObject( TraitsType::kind, nvrad_r )
00027   {}
00028 
00030   //
00031   //    METHOD NAME : Atom::~Atom
00032   //    METHOD TYPE : Dtor
00033   //
00034   Atom::~Atom()
00035   {}
00036 
00038 } // namespace zypp

Generated on Thu Jul 6 00:07:20 2006 for zypp by  doxygen 1.4.6