Skip to content

Commit

Permalink
WINTERMUTE: Fix end of namespace comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Aug 3, 2013
1 parent c02934d commit 1ce54c2
Show file tree
Hide file tree
Showing 222 changed files with 223 additions and 223 deletions.
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_actor.cpp
Expand Up @@ -1457,4 +1457,4 @@ bool AdActor::playAnim(const char *filename) {
return AdTalkHolder::playAnim(filename);
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_actor.h
Expand Up @@ -103,6 +103,6 @@ class AdActor : public AdTalkHolder {
int32 _pFCount;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_entity.cpp
Expand Up @@ -1134,4 +1134,4 @@ bool AdEntity::setSprite(const char *filename) {
}
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_entity.h
Expand Up @@ -68,6 +68,6 @@ class AdEntity : public AdTalkHolder {
TEntityType _subtype;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_game.cpp
Expand Up @@ -2282,4 +2282,4 @@ bool AdGame::onScriptShutdown(ScScript *script) {
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_game.h
Expand Up @@ -158,6 +158,6 @@ class AdGame : public BaseGame {
AdInventoryBox *_inventoryBox;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_inventory.cpp
Expand Up @@ -133,4 +133,4 @@ bool AdInventory::persist(BasePersistenceManager *persistMgr) {
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_inventory.h
Expand Up @@ -47,6 +47,6 @@ class AdInventory : public BaseObject {
int32 _scrollOffset;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_inventory_box.cpp
Expand Up @@ -386,4 +386,4 @@ bool AdInventoryBox::persist(BasePersistenceManager *persistMgr) {
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_inventory_box.h
Expand Up @@ -60,6 +60,6 @@ class AdInventoryBox : public BaseObject {
int32 _itemWidth;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_item.cpp
Expand Up @@ -810,4 +810,4 @@ bool AdItem::getExtendedFlag(const char *flagName) {
}
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_item.h
Expand Up @@ -64,6 +64,6 @@ class AdItem : public AdTalkHolder {
char *_amountString;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_layer.cpp
Expand Up @@ -561,4 +561,4 @@ bool AdLayer::persist(BasePersistenceManager *persistMgr) {
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_layer.h
Expand Up @@ -53,6 +53,6 @@ class AdLayer : public BaseObject {
virtual const char *scToString() override;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_node_state.cpp
Expand Up @@ -192,4 +192,4 @@ bool AdNodeState::transferEntity(AdEntity *entity, bool includingSprites, bool s
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_node_state.h
Expand Up @@ -55,6 +55,6 @@ class AdNodeState : public BaseClass {

};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_object.cpp
Expand Up @@ -1299,4 +1299,4 @@ bool AdObject::updatePartEmitter() {
return _partEmitter->update();
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_object.h
Expand Up @@ -123,6 +123,6 @@ class AdObject : public BaseObject {
AdInventory *_inventory;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_path.cpp
Expand Up @@ -117,4 +117,4 @@ bool AdPath::persist(BasePersistenceManager *persistMgr) {
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_path.h
Expand Up @@ -51,6 +51,6 @@ class AdPath : public BaseClass {
bool _ready;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_path_point.cpp
Expand Up @@ -72,4 +72,4 @@ bool AdPathPoint::persist(BasePersistenceManager *persistMgr) {
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_path_point.h
Expand Up @@ -45,6 +45,6 @@ class AdPathPoint : public BasePoint {
int32 _distance;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_region.cpp
Expand Up @@ -409,4 +409,4 @@ bool AdRegion::persist(BasePersistenceManager *persistMgr) {
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_region.h
Expand Up @@ -59,6 +59,6 @@ class AdRegion : public BaseRegion {
bool _decoration;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_response.cpp
Expand Up @@ -175,4 +175,4 @@ const char *AdResponse::getTextOrig() const {
return _textOrig;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_response.h
Expand Up @@ -68,6 +68,6 @@ class AdResponse : public BaseObject {
char *_textOrig;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_response_box.cpp
Expand Up @@ -737,4 +737,4 @@ bool AdResponseBox::getObjects(BaseArray<UIObject *> &objects, bool interactiveO
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_response_box.h
Expand Up @@ -94,6 +94,6 @@ class AdResponseBox : public BaseObject {
UIWindow *_window;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_response_context.cpp
Expand Up @@ -68,4 +68,4 @@ void AdResponseContext::setContext(const char *context) {
}
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_response_context.h
Expand Up @@ -47,6 +47,6 @@ class AdResponseContext : public BaseClass {
char *_context;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_rot_level.cpp
Expand Up @@ -158,4 +158,4 @@ bool AdRotLevel::persist(BasePersistenceManager *persistMgr) {
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_rot_level.h
Expand Up @@ -45,6 +45,6 @@ class AdRotLevel : public BaseObject {
bool loadBuffer(byte *buffer, bool complete = true);
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_scale_level.cpp
Expand Up @@ -159,4 +159,4 @@ bool AdScaleLevel::persist(BasePersistenceManager *persistMgr) {
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_scale_level.h
Expand Up @@ -47,6 +47,6 @@ class AdScaleLevel : public BaseObject {
float _scale;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_scene.cpp
Expand Up @@ -2989,4 +2989,4 @@ bool AdScene::getRegionObjects(AdRegion *region, BaseArray<AdObject *> &objects,
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_scene.h
Expand Up @@ -176,6 +176,6 @@ class AdScene : public BaseObject {

};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_scene_node.cpp
Expand Up @@ -79,4 +79,4 @@ bool AdSceneNode::persist(BasePersistenceManager *persistMgr) {
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_scene_state.cpp
Expand Up @@ -95,4 +95,4 @@ AdNodeState *AdSceneState::getNodeState(const char *name, bool saving) {
}
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_scene_state.h
Expand Up @@ -48,6 +48,6 @@ class AdSceneState : public BaseClass {
BaseArray<AdNodeState *> _nodeStates;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_sentence.cpp
Expand Up @@ -358,4 +358,4 @@ bool AdSentence::canSkip() {
return (_gameRef->getTimer()->getTime() - _startTime) > 300;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_sentence.h
Expand Up @@ -80,6 +80,6 @@ class AdSentence : public BaseClass {

};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_sprite_set.cpp
Expand Up @@ -353,4 +353,4 @@ bool AdSpriteSet::containsSprite(BaseSprite *sprite) {
return false;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_sprite_set.h
Expand Up @@ -48,6 +48,6 @@ class AdSpriteSet : public BaseObject {
BaseSprite *_sprites[NUM_DIRECTIONS];
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_talk_def.cpp
Expand Up @@ -282,4 +282,4 @@ BaseSprite *AdTalkDef::getDefaultSprite(TDirection dir) {
}
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_talk_def.h
Expand Up @@ -53,6 +53,6 @@ class AdTalkDef : public BaseObject {
virtual bool saveAsText(BaseDynamicBuffer *buffer, int indent = 0) override;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_talk_holder.cpp
Expand Up @@ -399,4 +399,4 @@ bool AdTalkHolder::persist(BasePersistenceManager *persistMgr) {
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_talk_holder.h
Expand Up @@ -52,6 +52,6 @@ class AdTalkHolder : public AdObject {

};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_talk_node.cpp
Expand Up @@ -292,4 +292,4 @@ BaseSprite *AdTalkNode::getSprite(TDirection dir) {
}
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_talk_node.h
Expand Up @@ -58,6 +58,6 @@ class AdTalkNode : public BaseClass {

};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_types.h
Expand Up @@ -102,6 +102,6 @@ typedef enum {
GEOM_GENERIC
} TGeomNodeType;

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_waypoint_group.cpp
Expand Up @@ -267,4 +267,4 @@ bool AdWaypointGroup::mimic(AdWaypointGroup *wpt, float scale, int argX, int arg
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/ad/ad_waypoint_group.h
Expand Up @@ -56,6 +56,6 @@ class AdWaypointGroup : public BaseObject {
int32 _lastMimicY;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/base/base.cpp
Expand Up @@ -183,4 +183,4 @@ bool BaseClass::saveAsText(BaseDynamicBuffer *buffer, int indent) {
return STATUS_OK;
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/base/base.h
Expand Up @@ -57,6 +57,6 @@ class BaseClass {
Common::HashMap<Common::String, Common::String>::iterator _editorPropsIter;
};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/base/base_active_rect.cpp
Expand Up @@ -109,4 +109,4 @@ void BaseActiveRect::clipRect() {
BasePlatform::intersectRect(&_rect, &_rect, &rc);
}

} // end of namespace Wintermute
} // End of namespace Wintermute
2 changes: 1 addition & 1 deletion engines/wintermute/base/base_active_rect.h
Expand Up @@ -55,6 +55,6 @@ class BaseActiveRect: BaseClass {

};

} // end of namespace Wintermute
} // End of namespace Wintermute

#endif
2 changes: 1 addition & 1 deletion engines/wintermute/base/base_dynamic_buffer.cpp
Expand Up @@ -201,4 +201,4 @@ void BaseDynamicBuffer::putTextForm(const char *format, va_list argptr) {
putBytes((byte *)buff, strlen(buff));
}

} // end of namespace Wintermute
} // End of namespace Wintermute

0 comments on commit 1ce54c2

Please sign in to comment.