call : accept/reject incoming calls

- adds buttons and logic to accept or reject a call.

- removes the auto answer flag.

Tuleap: #984
Change-Id: Ifbf5e5bbbff77b26badff6b180d4e0368f207910
diff --git a/Call.h b/Call.h
index aa96993..c0d4fa1 100644
--- a/Call.h
+++ b/Call.h
@@ -43,6 +43,9 @@
     /* properties */

     void NotifyPropertyChanged(String^ propertyName);

 

+internal:

+    void refuse();

+    void accept();

 

 };

 }