It does exactly nothing. They are classes without members. You can't even initialize an object, because they have no constructor.
In case you were wondering: the lines with #-tags in front of them are preprocessor directives. In this case, they make sure the file can't be included multiple times (as that would lead to death and destruction).