00001 #include "skype-embedded_2.h" 00002 #include "sidg_Skyperefs.hpp" 00003 00004 #ifdef SE_USE_NAMESPACE 00005 namespace Skype { 00006 #endif 00007 ContactGroup* ContactGroupRef::operator->() const 00008 { 00009 return static_cast<ContactGroup*>(SEReference::operator->()); 00010 }; 00011 00012 ContactGroupRef::ContactGroupRef(const unsigned int& oid) : SEReference(oid, ContactGroup::MODULE_ID) {} 00013 00014 Contact* ContactRef::operator->() const 00015 { 00016 return static_cast<Contact*>(SEReference::operator->()); 00017 }; 00018 00019 ContactRef::ContactRef(const unsigned int& oid) : SEReference(oid, Contact::MODULE_ID) {} 00020 00021 ContactSearch* ContactSearchRef::operator->() const 00022 { 00023 return static_cast<ContactSearch*>(SEReference::operator->()); 00024 }; 00025 00026 ContactSearchRef::ContactSearchRef(const unsigned int& oid) : SEReference(oid, ContactSearch::MODULE_ID) {} 00027 00028 Participant* ParticipantRef::operator->() const 00029 { 00030 return static_cast<Participant*>(SEReference::operator->()); 00031 }; 00032 00033 ParticipantRef::ParticipantRef(const unsigned int& oid) : SEReference(oid, Participant::MODULE_ID) {} 00034 00035 Conversation* ConversationRef::operator->() const 00036 { 00037 return static_cast<Conversation*>(SEReference::operator->()); 00038 }; 00039 00040 ConversationRef::ConversationRef(const unsigned int& oid) : SEReference(oid, Conversation::MODULE_ID) {} 00041 00042 Message* MessageRef::operator->() const 00043 { 00044 return static_cast<Message*>(SEReference::operator->()); 00045 }; 00046 00047 MessageRef::MessageRef(const unsigned int& oid) : SEReference(oid, Message::MODULE_ID) {} 00048 00049 Video* VideoRef::operator->() const 00050 { 00051 return static_cast<Video*>(SEReference::operator->()); 00052 }; 00053 00054 VideoRef::VideoRef(const unsigned int& oid) : SEReference(oid, Video::MODULE_ID) {} 00055 00056 Voicemail* VoicemailRef::operator->() const 00057 { 00058 return static_cast<Voicemail*>(SEReference::operator->()); 00059 }; 00060 00061 VoicemailRef::VoicemailRef(const unsigned int& oid) : SEReference(oid, Voicemail::MODULE_ID) {} 00062 00063 Sms* SmsRef::operator->() const 00064 { 00065 return static_cast<Sms*>(SEReference::operator->()); 00066 }; 00067 00068 SmsRef::SmsRef(const unsigned int& oid) : SEReference(oid, Sms::MODULE_ID) {} 00069 00070 Transfer* TransferRef::operator->() const 00071 { 00072 return static_cast<Transfer*>(SEReference::operator->()); 00073 }; 00074 00075 TransferRef::TransferRef(const unsigned int& oid) : SEReference(oid, Transfer::MODULE_ID) {} 00076 00077 Account* AccountRef::operator->() const 00078 { 00079 return static_cast<Account*>(SEReference::operator->()); 00080 }; 00081 00082 AccountRef::AccountRef(const unsigned int& oid) : SEReference(oid, Account::MODULE_ID) {} 00083 00084 #ifdef SE_USE_NAMESPACE 00085 } // Skype 00086 #endif
(c) Skype Technologies S.A. Confidential/Proprietary
Last updated: Fri Jan 27 2012