Add support for PartCalloutResolution

Change-Id: Ia9ab315e43d98a742d2ad88ba2fb33bd3e56ee86
Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
diff --git a/analyzer/resolution.cpp b/analyzer/resolution.cpp
index f9c09b5..5ba4b6f 100644
--- a/analyzer/resolution.cpp
+++ b/analyzer/resolution.cpp
@@ -100,6 +100,14 @@
 
 //------------------------------------------------------------------------------
 
+void PartCalloutResolution::resolve(ServiceData& io_sd) const
+{
+    // Add the callout and the FFDC to the service data.
+    io_sd.calloutPart(iv_part, iv_priority);
+}
+
+//------------------------------------------------------------------------------
+
 void PluginResolution::resolve(ServiceData& io_sd) const
 {
     // Get the plugin function and call it.