// Generated by Haxe 4.3.3
#ifndef INCLUDED_snikket_jingle_OutgoingSession
#define INCLUDED_snikket_jingle_OutgoingSession
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_snikket_jingle_InitiatedSession
#include <snikket/jingle/InitiatedSession.h>
#endif
HX_DECLARE_CLASS1(snikket,Client)
HX_DECLARE_CLASS1(snikket,EventEmitter)
HX_DECLARE_CLASS1(snikket,JID)
HX_DECLARE_CLASS1(snikket,Stanza)
HX_DECLARE_CLASS2(snikket,_Stanza,NodeInterface)
HX_DECLARE_CLASS2(snikket,jingle,InitiatedSession)
HX_DECLARE_CLASS2(snikket,jingle,OutgoingSession)
HX_DECLARE_CLASS2(snikket,jingle,Session)
HX_DECLARE_CLASS1(thenshim,Thenable)
namespace snikket{
namespace jingle{
class HXCPP_CLASS_ATTRIBUTES OutgoingSession_obj : public ::snikket::jingle::InitiatedSession_obj
{
public:
typedef ::snikket::jingle::InitiatedSession_obj super;
typedef OutgoingSession_obj OBJ_;
OutgoingSession_obj();
public:
enum { _hx_ClassId = 0x43b8b0fc };
void __construct( ::snikket::Client client, ::snikket::JID counterpart,::String sid);
inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="snikket.jingle.OutgoingSession")
{ return ::hx::Object::operator new(inSize,inContainer,inName); }
inline void *operator new(size_t inSize, int extra)
{ return ::hx::Object::operator new(inSize+extra,true,"snikket.jingle.OutgoingSession"); }
static ::hx::ObjectPtr< OutgoingSession_obj > __new( ::snikket::Client client, ::snikket::JID counterpart,::String sid);
static ::hx::ObjectPtr< OutgoingSession_obj > __alloc(::hx::Ctx *_hx_ctx, ::snikket::Client client, ::snikket::JID counterpart,::String sid);
static void * _hx_vtable;
static Dynamic __CreateEmpty();
static Dynamic __Create(::hx::DynamicArray inArgs);
//~OutgoingSession_obj();
HX_DO_RTTI_ALL;
::hx::Val __Field(const ::String &inString, ::hx::PropertyAccess inCallProp);
static void __register();
bool _hx_isInstanceOf(int inClassId);
::String __ToString() const { return HX_("OutgoingSession",2a,54,07,c9); }
::Dynamic onPeerConnection();
::snikket::jingle::OutgoingSession initiate( ::snikket::Stanza stanza);
};
} // end namespace snikket
} // end namespace jingle
#endif /* INCLUDED_snikket_jingle_OutgoingSession */