コード例 #1
0
		virtual bool shouldAdd(const dtn::data::MetaBundle &meta) const throw (dtn::storage::BundleSelectorException)
		{
			// select the bundle if it is in the filter
			return meta.isIn(_filter);
		};