Sip Endpoint SDK for Apple OS
 All Classes Functions Properties
GSSessionNotificationDelegate.h
1 //
2 // GSSessionNotificationDelegate.h
3 // SipEndpoint
4 //
5 // Created by Vlad Baranovsky on 6/26/11.
6 // Copyright 2011 Genesys Labs. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "GSSession.h"
11 
15 @protocol GSSessionNotificationDelegate <NSObject>
16 @required
17 
23 - (void) sessionStateDidChange:(id<GSSession>) session;
24 
25 @end