IBR-DTNSuite  0.8
ibrdtn/ibrdtn/api/FileBundle.h
Go to the documentation of this file.
00001 /*
00002  * FileBundle.h
00003  *
00004  *  Created on: 24.07.2009
00005  *      Author: morgenro
00006  */
00007 
00008 #ifndef FILEBUNDLE_H_
00009 #define FILEBUNDLE_H_
00010 
00011 #include "ibrdtn/api/Bundle.h"
00012 #include <ibrcommon/data/File.h>
00013 
00014 namespace dtn
00015 {
00016         namespace api
00017         {
00023                 class FileBundle : public dtn::api::Bundle
00024                 {
00025                 public:
00032                         FileBundle(const dtn::data::EID &destination, const ibrcommon::File &file);
00033 
00037                         virtual ~FileBundle();
00038                 };
00039         }
00040 }
00041 
00042 #endif /* FILEBUNDLE_H_ */