diff Framework/StoneException.h @ 1058:a36c47487a70 broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Oct 2019 13:38:35 +0200
parents 5df50e0f0390
children 6dd90b8d1589
line wrap: on
line diff
--- a/Framework/StoneException.h	Fri Oct 11 13:24:07 2019 +0200
+++ b/Framework/StoneException.h	Fri Oct 11 13:38:35 2019 +0200
@@ -36,9 +36,6 @@
     ErrorCode_ApplicationException, // this StoneException is specific to an application (and should have its own internal error code)
     ErrorCode_NotImplemented, // case not implemented
 
-    ErrorCode_PromiseSingleSuccessHandler, // a Promise can only have a single success handler
-    ErrorCode_PromiseSingleFailureHandler, // a Promise can only have a single failure handler
-
     ErrorCode_CanOnlyAddOneLayerAtATime,
     ErrorCode_CommandJsonInvalidFormat,
     ErrorCode_WebGLContextLost,