Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ///////////////////////////////////////////////////////////////////////////////
- ///
- ///////////////////////////////////////////////////////////////////////////////
- void CAndroidOperatingSystem::SendIntent(const char* actionName, CSerializable const& data)
- {
- /// \hack CSerializable is not const friendly
- SendIntent(actionName, const_cast<CSerializable&>(data).Serialize());
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement