Tussentijdse commit

This commit is contained in:
Erik Zandvliet 2011-03-19 19:09:40 +01:00
parent 645a1d0910
commit 9daf3e37be
3 changed files with 12 additions and 223 deletions

View file

@ -1,7 +1,9 @@
#pragma once
#include "box.cpp"
#include <string>
#include <vector>
struct abst_serverentry {
std::string ServerBaseUrl;
};//abst_serverentry
@ -156,7 +158,6 @@ void Box_abst::SetVersion( bool NewVersion) {
Version = NewVersion;
}
void Box_abst::SetReserved( ) {
Container->SetPayload((uint32_t)4,Box::uint32_to_uint8(0));
}