From a2dbe6bd05dbbe1119a2295bfaf2763dbd57b215 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Thu, 26 Jul 2018 22:59:54 -0700 Subject: [PATCH] update for new extension api --- .../ExampleExtension.vcxproj.filters | 4 ---- ExampleExtension/Extension.cpp | Bin 2176 -> 2144 bytes ExampleExtension/stdafx.h | Bin 882 -> 934 bytes README.md | 4 ++-- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ExampleExtension/ExampleExtension.vcxproj.filters b/ExampleExtension/ExampleExtension.vcxproj.filters index bb730da..2055aff 100644 --- a/ExampleExtension/ExampleExtension.vcxproj.filters +++ b/ExampleExtension/ExampleExtension.vcxproj.filters @@ -9,10 +9,6 @@ {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - diff --git a/ExampleExtension/Extension.cpp b/ExampleExtension/Extension.cpp index 7321f1f8f5a7663537a13a3ec55b268d93ce3516..7d834756c04f7412839b20491ec1a87885d7eba4 100644 GIT binary patch delta 190 zcmZn=d>}BvU}DiZ>0E|Hh5`l!hGd3(hCGH6ATJY0gK+xfg^Y^a3P6!0pj;_K$>iUR z(wh%4o?~S8XULn}&+P754AhXqU2#}NlP;)9n4iF~;c}fhin~hn0nE_`pD=h#3 delta 236 zcmaDL&>%R$z*3nZg&~z8jUkgE4@fI8I5UJY1OcHdgC9c(Lp(z;kmUo!&On|5g8@SY zgCURv!innF6U`V*fPzUt%_Tq@WJC$jkaQp}0`f~3G8huUG9bDbNo5*C4p1Z=ELIFu z4bqKJoy?FAG^q?IUO8EkQE_tu<2lC3M$B%!E)3xe{y?|6FaRyye2`h6QBi?G4X787 Lqc;n)`Z5CmXQL~o diff --git a/ExampleExtension/stdafx.h b/ExampleExtension/stdafx.h index 24717e61150fdb54f4d846e409b3b73849856154..7b65bc170124df5bb6e59949a69100823509408e 100644 GIT binary patch delta 40 scmeywwv2s45%XjpW(k>6hCGIRh9ZU(hEyP#3Z&y1av2gC3K;Ad0OTDBga7~l delta 7 OcmZ3+{)ufv5i +it will call ```OnNewSentence``` on all extensions it finds sequentially, +plugging the output of ```OnNewSentence``` from the previous extension into the next extension.
After the sentence has been processed by all extensions, it will be displayed. # Notes