libzypp  10.5.0
Signature.cc
Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00009 
00010 #include <string>
00011 #include <iostream>
00012 #include "zypp/Signature.h"
00013 
00015 namespace zypp
00016 { 
00017 
00018   Signature::Signature()
00019   {
00020       
00021   }
00022     
00023   std::ostream & Signature::dumpOn( std::ostream & str ) const
00024   {
00025     return str;
00026   }
00027   
00029 } // namespace zypp